org.zkoss.zkmax.zul.FiledownloadListener.class

From Documentation


DocumentationZK Configuration Referencezk.xmlThe Library Propertiesorg.zkoss.zkmax.zul.FiledownloadListener.class
org.zkoss.zkmax.zul.FiledownloadListener.class


Property:

org.zkoss.zkmax.zul.FiledownloadListener.class
Applicable:
Dndsmalltalk-check-icon.png globally in zk.xml via <library-property>
Dndsmalltalk-cross-icon.png not as <custom-attribute>
Default: none
[Since 3.5.0]
  • Available for ZK:
  • http://www.zkoss.org/product/zkhttp://www.zkoss.org/whyzk/zkeeVersion ee.png

It specifies the name of the class that will be notified when a file download is happening. The class must implement the FiledownloadListener interface.

A developer usually uses it to reject a download if the user tried to resume it in an unacceptable situation. For example, a developer can limit the user from downloading within the upcoming 24 hours.



Last Update : 2016/07/07

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.